home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / diag / memsz153.zip / ENGLISH.IPF < prev    next >
Text File  |  1992-12-23  |  9KB  |  205 lines

  1. :userdoc.
  2. :title.'System Resources' Help
  3. :body.
  4.  
  5. :h1 res=1.Introduction
  6. :i1.Introduction
  7. :artwork name='memsize.bmp' align=center.
  8. :p.
  9. This program displays several items related to system resources,
  10. and updates the display once per second, providing it is given
  11. CPU time to do so.  The items displayed are:
  12. :p.
  13. :hp2.Date/Time:ehp2. - The current date and time, in the format called for
  14. in the default country information for your system, as specified in
  15. the COUNTRY= entry of your CONFIG.SYS file.
  16. :p.
  17. :hp2.Available Memory:ehp2. - The amount of system memory
  18. available, according to the :hp1.DosMemAvail:ehp1. function.
  19. Under OS/2 1.x, this function supposedly reports the size of the largest
  20. single block of free memory, although some have said that with the MEMMOVE
  21. option turned on, that's the same as the total free memory.
  22. Under OS/2 2.0, the true amount of unused physical memory is reported,
  23. or 512K, whichever is larger.
  24. There is a new function under the 32-bit API which reports how much
  25. physical memory exists, how much is committed to the resident system
  26. and how much is free, but since this program is a 16-bit application,
  27. I don't have access to the function.
  28. :p.
  29. :hp2.Swap File Size:ehp2. - The current size of the system
  30. virtual memory swap file, SWAPPER.DAT.
  31. To locate the file, the file CONFIG.SYS is scanned for its SWAPPATH entry.
  32. That entry provides the full name of the swap-file's directory and
  33. indicates the minimum free space that must be left on the swap-file's
  34. disk drive.
  35. :p.
  36. :hp2.Available Swap Space:ehp2. - The amount of free disk space on the
  37. logical disk drive where the system swap file resides, less the mininum
  38. free space.  This is how much more the swap file could expand, if necessary.
  39. :p.
  40. :hp2.Spool File Size:ehp2. - The amount of disk space consumed by spool files.
  41. :p.
  42. :hp2.CPU Load (%):ehp2. - The approximate percentage of the CPU's available
  43. horsepower that's being used at the moment.  It is averaged over the previous
  44. second.
  45. :note.This function and PULSE do not get along with each other.
  46. :p.
  47. :hp2.Drive X Free:ehp2. - The amount of free space on drive X.
  48. :p.
  49. The help facility is active, as you've already seen, and those program
  50. commands that exist may be accessed via the window's system menu.  The
  51. following commands are available:
  52. :p.:lm margin=10.
  53. :hpt.Save Defaults:ehpt.:hdref res=11.
  54. .br
  55. :hpt.Reset Defaults:ehpt.:hdref res=12.
  56. .br
  57. :hpt.Hide Controls:ehpt.:hdref res=13.
  58. .br
  59. :hpt.Set Timer Interval...:ehpt.:hdref res=14.
  60. .br
  61. :hpt.Display Items :ehpt.:hdref res=15.
  62. .br
  63. :hpt.Show Date/Time:ehpt.:hdref res=150.
  64. .br
  65. :hpt.Show Memory Free:ehpt.:hdref res=151.
  66. .br
  67. :hpt.Show Swapfile Size:ehpt.:hdref res=152.
  68. .br
  69. :hpt.Show Swapdisk Free:ehpt.:hdref res=153.
  70. .br
  71. :hpt.Show Spoolfile Size:ehpt.:hdref res=154.
  72. .br
  73. :hpt.Show CPU Load:ehpt.:hdref res=155.
  74. .br
  75. :hpt.Show C: Free Space:ehpt.:hdref res=53.
  76. .br
  77. :hpt.About:ehpt.:hdref res=16.
  78. :p.:lm margin=1.
  79. In addition to those features already described, this program accepts
  80. commands from the OS/2 2.0 Font and Color Palette programs.
  81.  
  82. :h1 res=11.Save Defaults (Menu Option)
  83. :i1.Save Defaults (Menu Option)
  84. When you select this menu option, the program saves its current position
  85. and the status of the Hide Controls option.  The next time the program
  86. is started, it will be started with that position and with the controls
  87. hidden (or not) according to the saved state.
  88. :p.
  89. The short-cut key for this command is F2.
  90.  
  91. :h1 res=12.Reset Defaults (Menu Option)
  92. :i1.Reset Defaults (Menu Option)
  93. Selecting this menu option will reset the program's font and color
  94. attributes to their default values.
  95.  
  96. :h1 res=13.Hide Controls (Menu Option)
  97. :i1.Hide Controls (Menu Option)
  98. This menu option, when selected, will cause the program's frame controls
  99. (the system menu, the titlebar and the minimize button) to be hidden.
  100. This option can be toggled with a double-click on either mouse button.
  101. Also, since I saw it as very useful to be able to move the window while
  102. the controls were hidden, the window has been set up so that you can
  103. drag it with either mouse button.
  104.  
  105. :h1 res=14.Set Timer Interval (Menu Option)
  106. :i1.Set Timer Interval (Menu Option)
  107. Selecting this option will call up a dialog wherein you may set the refresh
  108. timer interval (in tenths of a second).  The timer may be set anywhere from
  109. 10 to 300 (1-30 seconds).
  110.  
  111. :h1 res=140.Set Timer Interval (Dialog)
  112. :i1.Set Timer Interval (Dialog)
  113. Using the up and down buttons of the spin-button control, it is possible
  114. here to change the screen update timer interval to anywhere from 1 second
  115. to 30 seconds, at 1/10th second intervals.  Once you've set the interval
  116. to your liking, either press the ENTER key or click on the OK button.  If
  117. you have second thoughts and decide to abort the change, either press the
  118. ESCAPE key or click on the cancel button.  Help is available by either
  119. pressing the F1 key or by clicking on the HELP button.
  120.  
  121. :h1 res=15.Display Items  (Menu Option)
  122. :i1.Display Items  (Menu Option)
  123. This menu option calls up a submenu from which the different available
  124. display items can be selected for display or de-selected from display.
  125.  
  126. :h1 res=150.Show Date/Time (Menu Option)
  127. :i1.Show Date/Time (Menu Option)
  128. Selecting this option will toggle whether or not the current time and date
  129. will be displayed.  If the option is check-marked, the digital time is
  130. currently being displayed.  When the option's state is changed, the program
  131. window will automatically resize itself to suit the new number of displayed
  132. items.
  133.  
  134. :h1 res=151.Show Memory Free (Menu Option)
  135. :i1.Show Memory Free (Menu Option)
  136. Selecting this option will toggle whether or not the amount of system memory
  137. free is displayed.  If the option is check-marked, the free memory is being
  138. displayed currently.  When the option's state is changed, the program window
  139. will automatically resize itself to suit the new number of displayed items.
  140.  
  141. :h1 res=152.Show Swapfile Size (Menu Option)
  142. :i1.Show Swapfile Size (Menu Option)
  143. Selecting this option will toggle whether or not the swap-file's current size
  144. is displayed.  If the option is check-marked, the file size is being displayed
  145. currently.  When the option's state is changed, the program window will
  146. automatically resize itself to suit the new number of displayed items.
  147.  
  148. :h1 res=153.Show Swap Space Free (Menu Option)
  149. :i1.Show Swap Space Free (Menu Option)
  150. Selecting this option will toggle whether or not the available swap space
  151. is displayed.  If the option is check-marked, the free space is being
  152. displayed at this time.  When the option's state is changed, the program
  153. window will automatically resize itself to suit the new number of displayed
  154. items.
  155.  
  156. :h1 res=154.Show Spoolfile Size (Menu Option)
  157. :i1.Show Spoolfile Size (Menu Option)
  158. Selecting this option will toggle whether or not the amount of disk space
  159. consumed by the spooler is displayed.  If the option is check-marked, the
  160. amount is being displayed at this time.  When the option's state is changed,
  161. the program window will automatically resize itself to suit the new number
  162. of displayed items.
  163.  
  164. :h1 res=155.Show CPU Load (Menu Option)
  165. :i1.Show CPU Load (Menu Option)
  166. Selecting this option will toggle whether or not the current CPU load is
  167. displayed.  If the option is check-marked, the CPU load is being displayed
  168. at this time.  When the option's state is changed, the program
  169. window will automatically resize itself to suit the new number of displayed
  170. items.
  171.  
  172. :h1 res=16.About (Menu Option)
  173. :i1.About (Menu Option)
  174. This menu option, when selected, will cause the program's About dialog
  175. to be displayed.
  176.  
  177. :h1 res=160.About (Dialog)
  178. :i1.About (Dialog)
  179. This dialog box displays the program name, icon and copyright information.
  180. To exit the dialog, press the ENTER key, the SPACE bar or the ESCAPE key,
  181. or click on the OK button with the mouse.
  182.  
  183. :h1 res=53.Show C: Free Space (Menu Option)
  184. :i1.Show C: Free Space (Menu Option)
  185. Selecting this option will toggle whether or not the free space on drive C:
  186. is displayed.  If the option is check-marked, the free space is being
  187. displayed at this time.  When the option's state is changed, the program
  188. window will automatically resize itself to suit the new number of displayed
  189. items.
  190.  
  191. :h1 res=99.Keys Help
  192. :i1.Keys Help
  193. The following function keys have been defined for this program:
  194. :p.
  195. :lm margin=10.
  196. F1 - Help
  197. .br
  198. F2 - Save Defaults
  199. .br
  200. F3 - Exit
  201. :p.
  202.  
  203. :euserdoc.
  204. 
  205.